.ban-bg{
 width: 100%;
 overflow: hidden;
 
}
.banner-box{
	background-color: #f8f8f8;
	margin: 40px auto;
	padding: 40px 0px;

}
.banner-contain{
	width: 90%;
	margin: 0px 5%;
}
.banner-contain h1{
	font-weight: normal;

	color: #3cb0f2;
}
.banner-contain p{
	width: 100%;
	line-height: 36px;
	color: #232323;

}
.banner-contain button{
	padding: 10px 20px;
	background-color: #F38816;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}
.banner-contain button:hover{
	background-color: #e07604;
}





#start_shaicha {
    margin-top: 95px;
}
 .shopping {
	font-size: 16px;
	padding: 10px 30px;
	margin-left: 5px;
	color: #FFF;
	background: #f38816;
	
}

.shopping:hover {
	background-color: #e07604;
	text-decoration: none !important;
}

.education-bannar .bannar-content a img {
	vertical-align: middle;
	padding-right: 5px;
}



/*流程图-education-course开始*/
.education-course .choose-content{
	border-bottom:1px solid #e6e6e6;
	padding: 0px 20px;
	padding-bottom:75px;
	margin-top:30px;
	position: relative;
}
.education-course .choose-content div{
	margin-top:25px;
	font-size: 16px;
	color: #4c4c4c;
}
.education-course .choose-content .directory{
	padding-top:10px;
	width: 90px;
}
.education-course .choose-content .object{
	position: absolute;
	top: -30px;
	left: 100px;
	width: 1000px;
}
 .object a{
	 display:block;
	border: 1px solid #e6e6e6;
	line-height: 28px;
	height:28px;
	width:88px;
	text-align:center;
	margin: 10px 10px 5px;
	font-size: 14px;
	color: #4c4c4c;
	float:left;
}
.object a:hover{
	color: #237ae4;
	border: 1px solid #237ae4;
}
.education-course .showing{
	width:920px;
	margin:0 auto;
	margin-top:30px;
}
.education-course .showing .showing-title1{
	font-size:18px;
	color:#333333;
	text-align: center;
	font-weight: bold;
}
/*.education-course .showing .showing-title1 span{
	position:relative;
	top:-10px;
	left:17px;
	border-bottom:1px dashed #999;
	padding-left:820px;
}*/
.education-course .showing .showing-conten1{
	font-size:16px;
	color:#666666;
	line-height: 28px;
	margin:28px 0px 40px 0px;
}
.education-course .showing .showing-conten2{
	margin:42px 0px 60px 0px;
	text-align:center;
}

 .object .video_icon {
	margin-right:100px;
	height:30px;
	width:30px;
	background:url(../img/video_normal.png) no-repeat center;
	border:none !important;
}

 .object .video_icon:hover {
	background:url(../img/video_enter.png) no-repeat center;
}

.back {
    padding: 0px 6.6px 0px 6.9px;
    border-radius: 25px;
    border: none;
    outline: none;
    color: #FFF;
    font-size: 23px;
    background: rgba(29,18,18,0.6);
    cursor: pointer;
    margin-bottom: 11px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 99;
    border: none;
}

    .back:hover {
        background: rgba(52,58,68,0.6);
    }

.vtitle {
    text-align: left;
    background: #808080;
    border-radius: 5px 0 0 0;
    padding: 5px;
    color: #fff;
}

/*共用--开始*/
.course-head {
    padding-left: 15px;
    font-size: 18px;
    color: #000;
}

.line {
    float: left;
    margin-left: 100px;
    margin-top: -25px;
    border-bottom: 1px solid #e6e6e6;
    width: 970px;
    height: 15px;
}
/*共用--结束*/

/*流程图-education-course结束*/






/*流程图*/
.lc-box{
	width: 110px;
	height: 110px;
	padding: 10px;
	border-radius: 150px;
	background-color: #60b858;
	
}
.lc{
	width: 110px;
	height: 110px;
	background-color: #FFFFFF;
	border-radius: 50%;


}
.lc h1{
	font-size: 40px;
	color: #232323;
	font-weight: normal;
	padding-top: 6px;
}
.lc h5{
	font-size: 16px;
	font-weight: normal;
	padding-top: 0px;
	color: #666;
}
.lc-contain p {
	position: relative;
	top: 0px;
	left: 0px;
	background-color: rgba(60, 176, 242, 0.3);
	width: 120px;
	height: 140px;
	padding: 5px;
	border-radius: 5px;
	color: #232323;
	font-size: 15px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.lc-contain p:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 55px;
	top: -14px;
	border-left: 10px solid transparent;
	border-bottom: 16px solid #c5e7fb;
	border-right: 10px solid transparent;
}
.next{
	margin: 50px 15px;
}